raar.gui.tools
Class RACollapseTool

java.lang.Object
  extended byraar.gui.tools.RACollapseTool

public class RACollapseTool
extends java.lang.Object


Field Summary
static java.util.Hashtable collapsed
           
static int SIZER_SIZE
           
 
Constructor Summary
RACollapseTool()
           
 
Method Summary
static void enableCollapse(javax.swing.JPanel toCollapseI, javax.swing.JPanel collapseContentI, javax.swing.JPanel topLevelPanelI)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

collapsed

public static java.util.Hashtable collapsed

SIZER_SIZE

public static final int SIZER_SIZE
See Also:
Constant Field Values
Constructor Detail

RACollapseTool

public RACollapseTool()
Method Detail

enableCollapse

public static void enableCollapse(javax.swing.JPanel toCollapseI,
                                  javax.swing.JPanel collapseContentI,
                                  javax.swing.JPanel topLevelPanelI)